ComponentOne ASP.NET MVC Controls
TickSpacing Method

C1.Web.Mvc.Fluent Namespace > GaugeBuilder<TControl,TBuilder> Class : TickSpacing Method
The value.
Configurates C1.Web.Mvc.Gauge.TickSpacing. Sets the spacing between tickmarks.
Syntax
'Declaration
 
Public Function TickSpacing( _
   ByVal value As Nullable(Of Double) _
) As TBuilder
public TBuilder TickSpacing( 
   Nullable<double> value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
Set the ShowTicks property to true if you want the gauge to show tickmarks along its face. By default, the interval between tickmarks is defined by the Step property. Use the TickSpacing property to override the default and use a spacing that is different from the Step value. Set the TickSpacing property to null to revert to the default behavior.
See Also

Reference

GaugeBuilder<TControl,TBuilder> Class
GaugeBuilder<TControl,TBuilder> Members